html {
    margin: 0;
}


body {
    margin: 0;
}

.split {
    height: 100%;
    position: fixed;
 
}

.titlef {
    font-size: 10vw;
    margin: 0;
    margin-left: 10%;
    color: rgb(121, 14, 14);
    
}

.titlej {
    font-size: 10vw;
    margin: 0;
    margin-left: 5%;
    color: rgb(78, 114, 144);
    
}

.titlek {
    font-size: 10vw;
    margin: 0;
    margin-left: 5%;
    color: rgb(99, 113, 48);
    
}

.left {
    left: 0;
    width: 30%;
    background-image: url("../images/paper.png");
    background-size: 100% 100%;
    margin: 0;
    justify-content: center;
    overflow-y: auto;
}

.intro {
    margin:0;
    margin-left: 4%;
    margin-right: 4%;
    
}

.rn {
    justify-content: center;
    display: flex;
}

.what {
   
    margin-left: 4%;
    margin-bottom: 0;
}
  

.right {
    right: 0;
    width: 70%;
    background-image: url("../images/jen.jpg");
    background-size: 100% 100%;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}


.middle 
{
    background-image: url("../images/paper.png");
    margin-left: 35%;
    width: 30%;
    margin-right: 35%;
    background-size: 100% 100%;
    justify-content: center;
    overflow-y:scroll;
    padding: 1%;
    
}


.journal {
    background-image: url("../images/wallp.jpg");
    width: 35%;
}



.journal2{
    background-image: url("../images/calfox.jpg");
    width: 35%;

}

.journal3{
    background-image: url("../images/Merian_Metamorphosis_00008.jpg");
    width: 35%;

}

.journal4 {
    background-image: url("../images/j3.jpg");
    width: 35%;
}


.cvr {
    background-image: url("../images/paper.png");
    margin: 10%;
    background-size: 100% 100%;
    height: 84vh;
   
}

/* Navbar Styling */
.navbar {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 5px;
    justify-content: center;
    gap: 20px;
}

.stars {
        width: 25%;
        margin: 10px;
        margin-left: 10%;
        color: rgb(121, 14, 14);
       
}

/* Navbar Items */
.nav-li a {
    text-decoration: none;
    font-size: 18px;

    transition: 0.3s;
    color: black;
}

.socialnav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 15px;
    justify-content: center;
    gap: 20px;
}

.socials {
    text-decoration: none;
    font-size: 15px;

    transition: 0.3s;
    color: black;
}

.socials:hover {
    color: rgb(121, 14, 14);
}

.nav-li a:hover {
    color: rgb(121, 14, 14);
    border-radius: 5px;
}



.cr {
    width: 25%;
    height: 160px;
    margin: 10px;
    
    
}

.bugs{
    width: 90%;
    
    margin: 10px;
}

.candp {
    width: 15%;
    margin: 3%;

}

.chat {
    margin-top: -11%;

}

.box{
    margin-left: 65%;
    border: 2px solid rgb(121, 14, 14);
    height: 40vh;
}

.rodya {
    margin-left: 60%;
    height: 18vh;
    margin-right: 100%;
}

.star {
    margin-left: 58%;
   
    height: 10vh;
  
}

.ryo {
    bottom: 0;
    margin-top: 20%;
 
}

.ryoshu {
    width: 25%;
    margin-top: -25%;
}

.smallryo {
    width: 15%;
}



.hell {
    width: 20%;
    margin-top: -25%;
    margin-left :10px;
    
}

.hells {
    width: 30%;
    margin: 3;
}

.container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 70vw;
    height: 100vh;
    margin: 10px;
    padding: 10px;
    position: fixed;
    overflow-y: auto;
    

    
  }

.ency {
    grid-template-columns: auto;
 
}

  .book {
    height: 220px;
    
    border: 2px solid rgb(121, 14, 14);
   
    margin: 10px;
    font-size: 30px;
    text-align: center;
    
  }

.encytest{
    background-image: url("../images/paper.png");
    background-size: contain;
    height: 30vh;
    padding: 2vh;
    margin: 2vh;
    border: 2px solid rgb(121, 14, 14);
}

.encytitle {
    font-size: 3vw;
    font-weight: bold;
    margin: 0;
    color: rgb(121, 14, 14);
    
}